Welcome![Sign In][Sign Up]
Location:
Search - by IP

Search list

[OtherLinux.Socket.Programming.by.Example

Description: Linux Socket Programming by Example 英文原版PDF电子书,省纸打印版-Part I: Basic Socket Concepts Chapter 1. Introducing Sockets A Brief Historical Introduction Understanding Sockets Comparing Sockets to Pipes Creating Sockets Performing I/O on Sockets Closing Sockets Writing a Client/Server Example Chapter 2. Domains and Address Families Nameless Sockets Understanding Domains Forming Socket Addresses Forming Local Addresses Forming Internet (IPv4) Socket Addresses Specifying an X.25 Address Specifying Other Address Families The AF_UNSPEC Address Family Chapter 3. Address Conversion Functions Internet IP Numbers Allocating IP Addresses Manipulating IP Numbers Chapter 4. Socket Types and Protocols Specifying the Domain of a Socket Using the socket(2) Function Choosing a Socket Type Choosing a Protocol Socket Domain and Type Summary Other Linux-Supported Protocols Chapter 5. Binding Addresses to a Socket The Purpose of the bind(2) Function Using the bind(2) Function Obtaining the Socket Address Interfaces and Addressing
Platform: | Size: 1182720 | Author: lisi | Hits:

[OS programmzqq

Description: 木子qq的源代码,包含QQ网络通讯,显示ip等,去广告等功能 -The source make you DIY your own QQ (a popular communication tool in China). It includes the whole code and developed by Visual C++ 6.0
Platform: | Size: 548864 | Author: 王芸 | Hits:

[OtherInternetworking_With_TCPIP

Description: 用TCP/IP进行网际互联第二卷提供了第一卷所没有包含的关于TCP/IP协议的一些细节问题。第二卷如同将TCP/IP置于放大镜下,考察每个协议的具体细节。它讨论了协议的实现方案,并着重于介绍协议软件的内部机制。第三版包含了对某些协议的修改和更新的内容。其中的代码改用C++语言的ANSI标准C子集,包含了函数原型和参数的声明。另外还纠正了一些错误。我们将SNMP更新为SNMPv2,其中包括替换了地址转换表,增加了UDP listener列表。在本书的最后,还增加了附录2,给出了书中代码所用到的主要数据结构的声明及变量的交叉参考表,并扩充了附录1中的过程调用交叉参考的内容。 -Using TCP/IP connectivity to the Internet provides the second volume I have not included on the TCP/IP protocol with some of the details. As the second volume will be TCP/IP placed under a magnifying glass to study the details of each agreement. It discussed the realization of the program agreement, and to introduce protocol software focused on the internal mechanism. The third edition includes some agreement on the revision and updating of the content. Which code to use C++ language subset of ANSI standard C that contains the function prototypes and parameters of the statement. In addition, some errors corrected. We will update SNMP for SNMPv2, including the replacement of the address translation table, an increase of UDP listener list. In the final book, but also an increase of Appendix 2, is given by the code book, the main data structure used in the Declaration and the variable cross-reference table, and the expansion of the Appendix 1 of the procedure call in the content o
Platform: | Size: 406528 | Author: wangdan | Hits:

[VHDL-FPGA-Verilog8051ip

Description: fpga 51核,这个是我老师写的,现在就是输入输出io是分别定义的,希望能给大家提供一点帮助!-fpga 51 nuclear, this is written by my teacher, this is the input and output, respectively, the definition of io is the hope that we can provide a little help!
Platform: | Size: 13709312 | Author: 张双洋 | Hits:

[Internet-NetworkRemoteLookup

Description: 是基于TCP/IP协议的在线查单词程序,实现一台远程字典服务器的搭建,通过客户端程序RemoteLookup将所查单词发送给字典服务器,然后由字典服务器将单词中文释义返回给客户机,实现了一个完整的查询过程,其实这个程序是示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。-Is based on TCP/IP protocol procedures online search word, the realization of a remote dictionary server set up, through the client program by RemoteLookup will be sent to the dictionary word search server, and then a word from the dictionary server returned to the Chinese interpretation of the client to achieve the a complete query process, in fact, this process is not demonstrated the use of SOCKET package and a typical Windows SDK programming process.
Platform: | Size: 102400 | Author: 154 | Hits:

[CSharpEasyChat

Description: 这是用C#做的一个简易的Windows平台下的聊天软件,包括了客户端和服务端的全部源码,注释很详细,有兴趣学习.net应用开发的同学可以下载来学习学习。这个示例包含了了C/S架构软件开发的很多基础知识和思想。 功能包括群发,私聊,发送震动,收到消息发声,闪屏提示等等,大致类似于QQ的多人聊天会话功能。 涉及到的知识主要包括: 1. TCP/IP通信,包括TcpClient , TcpListener , Socket , NetworkStream等几个用于TCP通信的类的实际应用。 2. WIN平台下的多线程程序开发,后台监听线程是网络应用程序开发中的一个基本技术,这个实例的客户端和服务器端都用了后台监听数据包的线程。 3. 客户端和服务器之间交换消息的方法,主要是byte[ ]格式的消息包的消息格式设计和识别,以便让客户端和服务器能够正确交互。 4. 服务端对连接客户的信息存储和状态监控,这个实例用了Hashtable来存储客户连接信息-a chat tool develop by c# in the desk of windows,including source code of client sever ,which can help the students who want to study .net and c#
Platform: | Size: 831488 | Author: sunrong | Hits:

[Internet-Networkip

Description: 通过QQWRY.dat查询ip所在的地址的类,使用时直接调用。-By QQWRY.dat query ip address of where the class, use a direct call.
Platform: | Size: 2048 | Author: gzaboy | Hits:

[TCP/IP stackUdpResponse

Description: this code shows how to use the ENC28J60 mini library : * the board will reply to ARP & ICMP echo requests * the board will reply to UDP requests on any port : * returns the request in upper char with a header made of remote host IP & port number * * target devices : * any PIC with integrated SPI and more than 4 Kb ROM memory * 32 to 40 MHz clock is recommended to get from 8 to 10 Mhz SPI clock, * otherwise PIC should be clocked by ENC clock output due to ENC silicon bug in SPI hardware * if you try lower PIC clock speed, don t be surprised if the board hang or miss some requests ! * tested with PIC16F877A@10Mhz on EasyPIC3 board-this code shows how to use the ENC28J60 mini library : * the board will reply to ARP & ICMP echo requests * the board will reply to UDP requests on any port : * returns the request in upper char with a header made of remote host IP & port number * * target devices : * any PIC with integrated SPI and more than 4 Kb ROM memory * 32 to 40 MHz clock is recommended to get from 8 to 10 Mhz SPI clock, * otherwise PIC should be clocked by ENC clock output due to ENC silicon bug in SPI hardware * if you try lower PIC clock speed, don t be surprised if the board hang or miss some requests ! * tested with PIC16F877A@10Mhz on EasyPIC3 board
Platform: | Size: 2048 | Author: duonghai | Hits:

[VOIP programservertest

Description: This source code has a useful information for all beginners using SIP server and developing an application like softphone. Also can Transmit and Receive voice by replacing the IP address.
Platform: | Size: 3812352 | Author: passionforjava | Hits:

[JSP/JavaTalkProgram

Description: 实现简单的点对点聊天功能,java 源码。一方利用IP地址和端口连接另一方,可以相互发送文本信息。-p2p chat with another conviently。if you connect with another one by ip and port ,you can talk with each of you.
Platform: | Size: 3072 | Author: 常青玲 | Hits:

[Software Engineering09Introduction_ModularInstruments

Description: CVI编写的TCP/IP代码和协议栈,非常好的代码。-procotol of TCP/IP developed by CVI
Platform: | Size: 710656 | Author: 阳德 | Hits:

[CSharpstrangerChart

Description: C#版局域网聊天软件,界面仿QQ,可以显示好友IP地址,好友形象,好友上线提示,和QQ一样的功能;程序要用到SQL数据库,程序包中附有数据库文件,附加即可,程序在VS2005下编译通过,它同样是基于UDP的聊天工具。-C# version of the LAN chat software, interfaces, fake QQ, you can show your friends IP address, friend' s image and close friends on-line tips, and QQ the same functions program to use to the SQL database package with a database file, additional you can, the program compiled by the VS2005, it is also a UDP-based chat tool.
Platform: | Size: 16384 | Author: 271 | Hits:

[Othervr_usb

Description: cadence验证USB的verification IP,用e语言写的。-USB verification IP from Cadence, written by e language.
Platform: | Size: 5651456 | Author: huangluyang | Hits:

[SCMscanIP

Description: chuong trinh scan Ip do cu ranh viet
Platform: | Size: 16384 | Author: curanh | Hits:

[OtherNGNArchitecture

Description: This article summarizes the architectural aspects of a next-generation network in terms of general principles, functional representation, and typical implementation. According to the general reference model, which assumes decoupling of services and transport, NGN can be represented by multiple functional groups. One of the key implementations for session-based services, utilizing an IP multimedia subsystem, is introduced with enhanced features to meet both fixed and mobile network requirements.
Platform: | Size: 114688 | Author: HArry | Hits:

[OtherfollowmeVisualBasic6

Description: 本书通过大量实例,由浅入深,循序渐进地说明了使用Visual Basic 6.0开发应用程序的步骤和方法.书中的实例既涉及界面设计,输入输出管理,文本编辑与多文档界面,又涉及图形图像处理,数据库应用,IP电话,Internet与ActiveX技术等.本书所有实例均在随附软盘中,读者可直接或稍加修改后使用.-This book by a large number of instances, implemented progressively, step by step description of the use of Visual Basic 6.0 application development steps and methods. An instance of the book cover both interface design, input and output management, text editing and multi-document interface, and also involves graphic image processing, database applications, IP phone, Internet and ActiveX technology. all instances in this book are in the accompanying floppy disk, the readers may directly or slightly modified before use.
Platform: | Size: 17544192 | Author: hx | Hits:

[Communicationnetmonitor

Description: 按传输层协议按端口按IP以及内容监控网络内容 自动选择一张网卡,如果有多张网卡就先禁掉多余的吧-By transport-layer protocol by the port by IP, and content control web content automatically select a network card, If you have multiple network card on the first cut-off excess bar
Platform: | Size: 48128 | Author: hlq | Hits:

[Audio programBroadVoice32OpenSource.v1.1

Description: BroadVoice® is a family of speech coding algorithms created by Broadcom and standardized by CableLabs® , SCTE® , and ANSI for Voice over IP applications in cable telephony. BroadVoice is also part of the ITU-T Recommendations J.161 and J.361. To encourage wide-spread use of BroadVoice in diverse speech compression applications, Broadcom is providing both the floating-point and fixed-point C source code of BroadVoice on a royalty-free basis under the GNU Lesser General Public License (LGPL), version 2.1, as published by the Free Software Foundation.-BroadVoice® is a family of speech coding algorithms created by Broadcom and standardized by CableLabs® , SCTE® , and ANSI for Voice over IP applications in cable telephony. BroadVoice is also part of the ITU-T Recommendations J.161 and J.361. To encourage wide-spread use of BroadVoice in diverse speech compression applications, Broadcom is providing both the floating-point and fixed-point C source code of BroadVoice on a royalty-free basis under the GNU Lesser General Public License (LGPL), version 2.1, as published by the Free Software Foundation.
Platform: | Size: 4609024 | Author: Frank_os | Hits:

[Delphi VCLmodi_local_ip

Description: 用delphi修改本机的ip地址,这是一个源码程序-Delphi modify the machine by ip address, which is a source program
Platform: | Size: 175104 | Author: 李绍阳 | Hits:

[VHDL-FPGA-VerilogCPU11111

Description: altera提供的sdram ip核例程,简单易懂。采用burst8模式。 -altera provided by the sdram ip core routines, easy to understand. Using burst8 model.
Platform: | Size: 1024 | Author: 张寒枫 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net